home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / indiana.swf / scripts / frame_5 / PlaceObject2_216_591 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  153 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.indiana))
  3.    {
  4.       _root.indiana.outch.gotoAndPlay(2);
  5.       _root.energy.nextFrame();
  6.    }
  7. }
  8.